RegisterDataAccessService<T> Method

Summary
Registers a data access service object with the specified type.
Syntax
C#
VB
C++
public static void RegisterDataAccessService<T>( 
   T service 
) 
  
Public Shared Sub RegisterDataAccessService(Of T)( _ 
   ByVal service As T _ 
)  
public: 
static void RegisterDataAccessServicegeneric<typename T> 
(  
   _T^_ service 
)  

Parameters

service
The data access object that will be registered.

Type Parameters

T
The type of the service object to be registered with.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.